home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 373 b | 21 lines |
- #!smake
-
- include $(ROOT)/usr/include/make/commondefs
-
- TARGETS = rubberbandMotif rubberbandXlib
-
-
- CFILES = main.c rubberMotif.c copycmap.c
-
- LCOPTS = -O
-
- all default: $(TARGETS)
-
- include $(COMMONRULES)
-
- rubberbandMotif: $(OBJECTS)
- $(CCF) -o $@ $(OBJECTS) $(LDFLAGS) -lXirisw -lXm -lXt -lgl -lX11 -lm -lmalloc -lPW
-
- rubberbandXlib:
- $(CCF) -o $@ $@.c $(LDFLAGS) -lX11 -lgl
-